home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Camelot / Camelot 043 (1989-06)(Swedish User Group of Amiga)(SE)(PD)[WB].zip / Camelot 043 (1989-06)(Swedish User Group of Amiga)(SE)(PD)[WB].adf / Glib / amiga-make < prev    next >
Text File  |  1989-03-16  |  321b  |  14 lines

  1. #
  2. # this makefile is for the AMIGA using the LMK utility and Lattice 5.02
  3. #
  4.  
  5. OBJ = machdep.o glib.o list.o dx100.o tx81z.o tx81p.o dw8000.o yama_com.o k5.o
  6. # OBJ = machdep.o glib.o list.o k5.o
  7.  
  8. .c.o :
  9.     lc:lc -cw -cs -v $*
  10.  
  11. glib : $(OBJ)
  12.     lc:blink from lib:c.o $(OBJ) lib lib:lc.lib lib:amiga.lib \
  13.     batch nodebug to glib
  14.